auto merge of #283 : alexcrichton/cargo/fix-fresh-plugin-deps, r=wycats
authorbors <bors@rust-lang.org>
Tue, 29 Jul 2014 05:29:34 +0000 (05:29 +0000)
committerbors <bors@rust-lang.org>
Tue, 29 Jul 2014 05:29:34 +0000 (05:29 +0000)
When copying files over from the old root to the new root on a fresh
compilation, care must be taken to preserve the correct plugin/host version of
each dependency. The previous code copied back over at most one library, but
this commit fixes this behavior by copying over all targets necessary for
compilation.


Trivial merge